Esx Settings Repository Software Info

Esx Settings Repository Software Info
Esx Settings Repository Software Info

The Esx Settings Repository Software Info schema contains information about a software specification in the repository.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "display_name": "string",
    "type": "string",
    "software_info": {
        "base_image": {
            "details": {
                "display_name": "string",
                "display_version": "string",
                "release_date": "string",
                "quick_patch_compatible_versions": {
                    "quick_patch_compatible_versions": "string"
                }
            },
            "version": "string"
        },
        "add_on": {
            "details": {
                "display_name": "string",
                "vendor": "string",
                "display_version": "string"
            },
            "name": "string",
            "version": "string"
        },
        "components": {
            "components": {
                "version": "string",
                "details": {
                    "display_name": "string",
                    "vendor": "string",
                    "display_version": "string"
                }
            }
        },
        "solutions": {
            "solutions": {
                "details": {
                    "display_name": "string",
                    "display_version": "string",
                    "components": [
                        {
                            "component": "string",
                            "display_name": "string",
                            "display_version": "string",
                            "vendor": "string"
                        }
                    ]
                },
                "version": "string",
                "components": [
                    {
                        "component": "string"
                    }
                ]
            }
        },
        "hardware_support": {
            "packages": {
                "packages": {
                    "pkg": "string",
                    "version": "string"
                }
            }
        },
        "removed_components": {
            "removed_components": {
                "version": "string",
                "details": {
                    "display_name": "string",
                    "vendor": "string",
                    "display_version": "string"
                }
            }
        },
        "alternative_images": {
            "alternative_images": {
                "base_image": {
                    "details": {
                        "display_name": "string",
                        "display_version": "string",
                        "release_date": "string",
                        "quick_patch_compatible_versions": {
                            "quick_patch_compatible_versions": "string"
                        }
                    },
                    "version": "string"
                },
                "add_on": {
                    "details": {
                        "display_name": "string",
                        "vendor": "string",
                        "display_version": "string"
                    },
                    "name": "string",
                    "version": "string"
                },
                "components": {
                    "components": {
                        "version": "string",
                        "details": {
                            "display_name": "string",
                            "vendor": "string",
                            "display_version": "string"
                        }
                    }
                },
                "solutions": {
                    "solutions": {
                        "details": {
                            "display_name": "string",
                            "display_version": "string",
                            "components": [
                                {
                                    "component": "string",
                                    "display_name": "string",
                                    "display_version": "string",
                                    "vendor": "string"
                                }
                            ]
                        },
                        "version": "string",
                        "components": [
                            {
                                "component": "string"
                            }
                        ]
                    }
                },
                "hardware_support": {
                    "packages": {
                        "packages": {
                            "pkg": "string",
                            "version": "string"
                        }
                    }
                },
                "removed_components": {
                    "removed_components": {
                        "version": "string",
                        "details": {
                            "display_name": "string",
                            "vendor": "string",
                            "display_version": "string"
                        }
                    }
                },
                "display_name": "string",
                "selection_criteria": {
                    "selection_type": "string",
                    "host_uuids": [
                        "string"
                    ],
                    "host_hardware_spec": {
                        "vendor": "string",
                        "models": [
                            "string"
                        ],
                        "families": [
                            "string"
                        ],
                        "oem_strings": [
                            "string"
                        ]
                    }
                }
            }
        }
    },
    "software_spec": {
        "base_image": {
            "version": "string"
        },
        "add_on": {
            "name": "string",
            "version": "string"
        },
        "components": {
            "components": "string"
        },
        "solutions": {
            "solutions": {
                "version": "string",
                "components": [
                    {
                        "component": "string"
                    }
                ]
            }
        },
        "hardware_support": {
            "packages": {
                "packages": {
                    "pkg": "string",
                    "version": "string"
                }
            }
        },
        "removed_components": [
            "string"
        ],
        "alternative_images": {
            "alternative_images": {
                "base_image": {
                    "version": "string"
                },
                "add_on": {
                    "name": "string",
                    "version": "string"
                },
                "components": {
                    "components": "string"
                },
                "solutions": {
                    "solutions": {
                        "version": "string",
                        "components": [
                            {
                                "component": "string"
                            }
                        ]
                    }
                },
                "hardware_support": {
                    "packages": {
                        "packages": {
                            "pkg": "string",
                            "version": "string"
                        }
                    }
                },
                "removed_components": [
                    "string"
                ],
                "display_name": "string",
                "selection_criteria": {
                    "selection_type": "string",
                    "host_uuids": [
                        "string"
                    ],
                    "host_hardware_spec": {
                        "vendor": "string",
                        "models": [
                            "string"
                        ],
                        "families": [
                            "string"
                        ],
                        "oem_strings": [
                            "string"
                        ]
                    }
                }
            }
        }
    },
    "assigned_entities": {
        "clusters": [
            {
                "id": "string",
                "name": "string"
            }
        ],
        "hosts": [
            {
                "id": "string",
                "name": "string"
            }
        ]
    },
    "editable": false,
    "creation_time": "string",
    "modified_time": "string",
    "orchestrator_info": {
        "owner": "string",
        "owner_data": "string"
    }
}
string
display_name
Required

Display name of the software specification. The returned name is UTF-8 encoded.

This property was added in vSphere API 9.0.0.0.

string
type
Required

The software specification type (Single or Composite).

For more information see: Esx Settings Repository Software SoftwareType.

This property was added in vSphere API 9.0.0.0.

software_info
Required

Software information associated with the software specification.

This property was added in vSphere API 9.0.0.0.

software_spec
Required

Software specification details.

This property was added in vSphere API 9.0.0.0.

assigned_entities
Required

Entities that have this software specification assigned.

This property was added in vSphere API 9.0.0.0.

boolean
editable
Required

If set to true, this software specification can be edited.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
creation_time
Required

Timestamp describing when this software specification was created.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
modified_time
Required

Timestamp describing when this software specification was last modified. This timestamp is updated when the #update API is called or when a draft of this software specification is committed.

This property was added in vSphere API 9.0.0.0.

orchestrator_info
Optional

Orchestrator information of the software specification in the repository.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.